services.firezone.server.provision.accounts.<name>.actors

All actors (users) to provision. The attribute name will only be used to track the actor and does not have any significance for Firezone.

Type
attribute set of (submodule)
Default
{ }
Example
{
  admin = {
    email = "admin@myorg.example.com";
    name = "Admin";
    type = "account_admin_user";
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/firezone/server.nix>